home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / iostream.zoo / libg++ / gnulib3.cdiff
Encoding:
Text File  |  1991-09-22  |  569 b   |  32 lines

  1. *** 1.1    1991/06/22 21:44:56
  2. --- gnulib3.c    1991/09/23 02:21:06
  3. ***************
  4. *** 64,76 ****
  5.     ON_EXIT (_cleanup, 0);
  6.   #endif
  7.   
  8. - #ifdef atarist
  9. -   atexit(__do_global_cleanup);
  10. - #else
  11.     ON_EXIT (__do_global_cleanup, 0);
  12.   #endif
  13.   
  14.   #endif
  15.     __dli = __DTOR_LIST__.length;
  16.     __dlp = &__DTOR_LIST__;
  17.   #ifndef COFF
  18. --- 64,76 ----
  19.     ON_EXIT (_cleanup, 0);
  20.   #endif
  21.   
  22.     ON_EXIT (__do_global_cleanup, 0);
  23.   #endif
  24.   
  25. + #ifdef atarist
  26. +   atexit(__do_global_cleanup);
  27.   #endif
  28.     __dli = __DTOR_LIST__.length;
  29.     __dlp = &__DTOR_LIST__;
  30.   #ifndef COFF
  31.